projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36116d
)
Wrap main body html content in {literal}.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 22 Feb 2016 02:05:42 +0000
(20:05 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 22 Feb 2016 02:05:42 +0000
(20:05 -0600)
xmldoc/babelmain.xsl
patch
|
blob
|
history
diff --git
a/xmldoc/babelmain.xsl
b/xmldoc/babelmain.xsl
index f70dd825599e3891088af49309011355e9db70e1..72bbd9788c8d45ded1be8113b999d38cd7017862 100644
(file)
--- a/
xmldoc/babelmain.xsl
+++ b/
xmldoc/babelmain.xsl
@@
-51,7
+51,7
@@
<xsl:with-param name="next" select="$next"/>
</xsl:call-template>
<xsl:call-template name="body.attributes"/>
- {block name=body}
+ {block name=body}
{literal}
<xsl:call-template name="user.header.navigation"/>
<xsl:call-template name="header.navigation">
@@
-73,7
+73,7
@@
</xsl:call-template>
<xsl:call-template name="user.footer.navigation"/>
- {/block}
+ {/
literal}{/
block}
<xsl:value-of select="$chunk.append"/>
</xsl:template>